Maybe I am wrong or did not understand the question.
VC sapi version run as voxcommando.exe and SP run as voxcommandoSP.exe in the taskmanager, so you can use a logic command to check which version is running like:
IF Process running voxcommandoSP.exe THEN "any action" ELSE "any other action"
Let me know if this is for what you looking for.