So are you saying this...

 Code:
if exist("C:\Program Files\Microsoft Office\Office15\WinWord.exe")
  ? "Office 64bit"
else
  ? "Office 32bit"
endif


...will produce the correct results whether it is Windows 7 32bit or Windows 7 64bit?