If Track Changes was active when the document was saved, the settings.xml file will contain
<w:trackRevisions/>
While you can probably use VBA to unzip the file and access the settings.xml file and search for that entry, it would be a lot easier to just use vba to open the document and determine if Document.TrackRevisions is True or False