If Access Services is enabled to be installed, Full Text Search is required in SQL server. The scrupt could verify that this option is installed with the query:
SELECT FULLTEXTSERVICEPROPERTY('IsFullTextInstalled')
Which will return 1 or 0.
SELECT FULLTEXTSERVICEPROPERTY('IsFullTextInstalled')
Which will return 1 or 0.